body
{
  margin      : 0;
  padding     : 1.5em;
  font-family : Arial;
	font-size: 14px;

}

fieldset
{
border: 1px solid #006e3b;
border-radius: 15px 15px / 15px 15px;
}

h1
{
font-size: 16px;
margin: 5px;
}

h2
{
font-size: 15px;
margin: 5px;
}

#glowny
{
width: 60%;
margin: auto;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 20px;
padding-top: 20px;
background-color: White;
box-shadow: 5px 5px 10px #333225;
}


#przycisk
{
width: 200px;
height: 50px;
font-size: 14px;
font-family: Arial;
color: White;
background-color: #006e3b;
border: 1px solid #006e3b;
border-radius: 15px 15px / 15px 15px;
}

#przycisk:hover
{
background-color: #f42501;
border: 1px solid #f42501;
}

.pole1
{
width: 90%;
height: 25px;
font-size: 16px;
font-family: Arial;
color: Black;
border: 1px solid #008b48;
border-radius: 15px 15px / 15px 15px;
}

.pole2
{
width: 45%;
height: 25px;
font-size: 16px;
font-family: Arial;
color: Black;
border: 1px solid #008b48;
border-radius: 15px 15px / 15px 15px;
}

.pole3
{
width: 15%;
height: 25px;
font-size: 16px;
font-family: Arial;
color: Black;
border: 1px solid #008b48;
border-radius: 15px 15px / 15px 15px;
}

.pole4
{
width: 90%;
height: 400px;
font-size: 16px;
font-family: Arial;
color: Black;
border: 1px solid #008b48;
border-radius: 15px 15px / 15px 15px;
}

.gwiazdka
{
color: #f42501;
font-size: 18px;
}
